MyRestorePort
Restores the graphics port. When creating a frame, you must designate a callback function to restore the graphics port associated with it. For example, this is how you would define your restore port function if you were to name it MyRestorePort:
void MyRestorePort(JMFrameRef frame, void* param);
frame
- The frame that wants to restore the port.
param
- Defined by the client application. This value must match the return value of the
MySetUpPort
function).DISCUSSION
- You cannot nest this function.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help